home *** CD-ROM | disk | FTP | other *** search
/ Zodiac 50 Game Pack 2 / Zodiac 50 Game Pack 2.iso / rott / sound.rot < prev    next >
Text File  |  1995-10-10  |  1KB  |  85 lines

  1. ;Rise of the Triad Sound File
  2. ;                  (c) 1994
  3.  
  4. Version            11
  5.  
  6. ;
  7. ; Music Modes
  8. ; 0  -  Off
  9. ; 1  -  UltraSound
  10. ; 2  -  Sound Blaster
  11. ; 3  -  Sound Man 16
  12. ; 4  -  Pro Audio Spectrum
  13. ; 5  -  Awe32
  14. ; 6  -  SoundScape
  15. ; 7  -  Wave Blaster
  16. ; 8  -  General Midi
  17. ; 9  -  Sound Canvas
  18. ; 10 -  Adlib
  19. MusicMode          0
  20.  
  21. ;
  22. ; FX Modes
  23. ; 0  -  Off
  24. ; 1  -  UltraSound
  25. ; 2  -  Sound Blaster
  26. ; 3  -  Sound Man 16
  27. ; 4  -  Pro Audio Spectrum
  28. ; 5  -  Awe32
  29. ; 6  -  SoundScape
  30. ; 7  -  Adlib
  31. ; 8  -  Disney Sound Source
  32. ; 9  -  Tandy Sound Source
  33. ; 10 -  PC Speaker
  34. FXMode             0
  35.  
  36. ;
  37. ; Music Volume
  38. ; (low) 0 - 255 (high)
  39. MusicVolume      254
  40.  
  41. ;
  42. ; FX Volume
  43. ; (low) 0 - 255 (high)
  44. FXVolume         236
  45.  
  46. ;
  47. ; Number of Voices
  48. ; 1 - 8
  49. NumVoices          1
  50.  
  51. ;
  52. ; Stereo or Mono
  53. ; 1 - Mono
  54. ; 2 - Stereo
  55. NumChannels        1
  56.  
  57. ;
  58. ; Resolution
  59. ; 8 bit
  60. ; 16 bit
  61. NumBits            8
  62.  
  63. ;
  64. ; Midi Addresses
  65. ; $300
  66. ; $310
  67. ; $320
  68. ; $330
  69. ; $340
  70. ; $350
  71. ; $360
  72. ; $370
  73. ; $380
  74. MidiAddress        $330
  75.  
  76. ;
  77. ; Sound Blaster Settings
  78. SBType             1
  79. SBPort             $220
  80. SBIrq              5
  81. SBDma8             1
  82. SBDma16            5
  83. SBMidi             $300
  84. SBEmu              $ffffffff
  85.